home *** CD-ROM | disk | FTP | other *** search
/ Tripas 4 / TRIPAS 004.iso / sin.EXE / SIN / BASE / models / wrench.def < prev    next >
Encoding:
Text File  |  1998-11-03  |  1.9 KB  |  70 lines

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Weapon/wrench.def     $
  4. // $Revision:: 5                                                              $
  5. //   $Author:: Joeske                                                         $
  6. //     $Date:: 9/30/98 12:48p                                                 $
  7. //
  8. // Copyright (C) 1998 by Ritual Entertainment, Inc.
  9. // All rights reserved.
  10. //
  11. // This source may not be distributed and/or modified without
  12. // expressly written permission by Ritual Entertainment, Inc.
  13. //
  14. // This is a model definition file.  It is to be used in conjunction with Sin.
  15. //
  16. // -----------------------------------------------------------------------------
  17. // MODEL DESCRIPTION:
  18. // Weapon: Wrench.
  19. //
  20. // MODEL AUTHOR:
  21. // ?
  22. //
  23. /*SINED weapon_wrench (.3 .3 1) (0 0 0) (0 0 0)
  24. Wrench - Large and Mean
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/wrench
  32. origin 0 -2 -3
  33. scale 1.2
  34.  
  35. // Base Model
  36. wrench_base.sbm
  37.  
  38. // Skins
  39. normal       wrench_base.tga
  40.  
  41. // Normal Animations
  42. idle1      wrench_idle.sam
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48.  
  49. // Class Setup
  50. server kick 40
  51.  
  52. // Server Sound Aliases
  53.  
  54. // Icon and Inventory Name
  55.  
  56. // -----------------------------------------------------------------------------
  57. // MAIN SECTION
  58. //
  59. !main:
  60.  
  61. // -----------------------------------------------------------------------------
  62. // SOURCESAFE Update Log
  63. //
  64. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Weapon/wrench.def          $
  65. // 
  66. // 5     9/30/98 12:48p Joeske
  67. // Added in formatting, added in respawn sound ref.
  68. // 
  69. // -----------------------------------------------------------------------------
  70.